*{
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    /* font-weight: bold; */
}
h1, h2, h3, h4, h5, h6 {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.contentTT{
    width: 71.5%;
    margin: 0 auto;
    display: inline-block;
    color: #101010;
    font-family: SourceHanSansSC-regular;
}

@media screen and (max-width: 768px) {
    .ydhide {
      display: none;
    }
    .contentTT{
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        color: #101010;
        font-family: SourceHanSansSC-regular;
    }
    .suoyouone{
        display: none;
        overflow: hidden;
    }
  }

.size18{
    font-size: 18px;
}
.uLIS{
    margin-left: 20px;
  }
  .uLIS li {
    list-style: none;
    padding: 5px 10px;
    color: #7b7b7b;
  }

  .uLIS li::marker {
    content: "\2022";
    color: #FE5E10;
    font-size: 20px;
    margin-right: 10px;
  }
  .mapboxtab i{
    display: block;
    font-size: 28px;
    padding: 0px 62px;
    display: inline-block;
    color: #484848;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    cursor:pointer;
  }
  .mapboxtab i:first-child{
    border-right: 2px solid #FE5E10;
  }
  .mapboxtab i:last-child{
    border-left: 2px solid #FE5E10;
  }
  .mapboxtab .active{
    color: #FE5E10;
  }
  .mapbox{
      width: 87%;
      margin: 30px auto;
      position: relative;
  }
  .addbox {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
    display: none;
}
.addboxShow{
    display: inline-block;
}
  .addms {
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-weight: 800;
    color: #FE5E10;
}

.alltt{
    display: none;
}
.addjs img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.slttt {
    float: left;
    display: inline-block;
    text-align: left;
    padding-left: 26px;
    font-size: 16px;
}

.slimg {
    width: 30%;
    height: auto;
    float: left;
}

.boxon{
    display: none;
}
   
@media screen and (max-width: 1310px) {
    .boxoff {
        display: none;
    }
    .boxon {
        display: block;
        padding-left: 20%;
        text-align: left;
        margin-top: 20px;
    }
}
.zscq1{
    margin-right: 4.9%;
}
.zscq1:last-child{
    margin-right: 0;
}

.strengthShow .stt{
    height: 0;
    overflow: hidden;
}
.strengthShow:hover{
    margin-top: 29px;

}
.strengthShow:hover .tt{
    /* display: inline-block; */
    overflow: auto;
    height: auto;
}
.swiper-button-prev{background-image:url("https://www.aubo-robotics.cn/public/assets/aubo/img/20210506171635.png") !important;
width: 56px !important;
height: 56px !important;
background-size: 56px !important;
}
/*改变了颜色和加粗的样式*/
.swiper-button-next{background-image:url("https://www.aubo-robotics.cn/public/assets/aubo/img/20210506171628.png") !important;
    width: 56px !important;
    height: 56px !important;
    background-size: 56px !important;

}
.slick-slider .slick-next:before{
    width: 56px;
    height: 56px;
    background-image:url("https://www.aubo-robotics.cn/public/assets/aubo/img/20210506171628.png") !important;
    background-size: 40px 40px;
    color: rgba(0, 0, 0, 0) !important;
    content:''
}
.slick-slider .slick-prev:before{
    width: 56px;
    height: 56px;
    background-image:url("https://www.aubo-robotics.cn/public/assets/aubo/img/20210506171635.png") !important;
    background-size: 40px 40px;
    color: rgba(0, 0, 0, 0) !important;
    content:''
}
.mintitle{
    margin-top: 15px !important;
}



/* minpage */
.minpageTT{
    font-size: 0.24rem;
    color: #484848;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.minpageTT::after{
    content: '';
    width: 60px;
    height: 4px;
    background-color: rgb(254, 94, 16);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 0;
    min-width: 35px;
}

